object frmAbout: TfrmAbout Left = 227 Top = 180 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About...' ClientHeight = 344 ClientWidth = 473 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object lblProgramName: TLabel Left = 138 Top = 8 Width = 96 Height = 15 Caption = 'lblProgramName' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblVersion: TLabel Left = 138 Top = 24 Width = 55 Height = 15 Caption = 'lblVersion' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object Label1: TLabel Left = 144 Top = 234 Width = 321 Height = 57 AutoSize = False Caption = 'This computer program is protected by copyright laws and interna' + 'tional treaties. Unauthorized reproduction or distribution of th' + 'is program, or any portion of it, may result in severe civil and' + ' criminal penalties, and will be prosecuted to the maximum exten' + 't possible under the law.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True Layout = tlBottom WordWrap = True end object impurchase: TImage Left = 144 Top = 163 Width = 16 Height = 16 AutoSize = True Picture.Data = {} end object Bevel1: TBevel Left = 8 Top = 296 Width = 457 Height = 9 Shape = bsBottomLine end object imsupport: TImage Left = 144 Top = 211 Width = 16 Height = 16 AutoSize = True Picture.Data = {} end object Image1: TImage Left = 144 Top = 187 Width = 16 Height = 16 AutoSize = True Picture.Data = {} end object hlPurchase: TAxLabel Left = 168 Top = 164 Width = 63 Height = 15 LabelType = ltLink WordWrap = False Transparent = True Caption = 'hlPurchase' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False OnClick = hlPurchaseClick end object hlSystemInfo: TAxLabel Left = 168 Top = 188 Width = 63 Height = 15 LabelType = ltLink WordWrap = False Transparent = True Caption = 'hlPurchase' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False OnClick = hlSystemInfoClick end object hlGetSupport: TAxLabel Left = 168 Top = 212 Width = 63 Height = 15 LabelType = ltLink WordWrap = False Transparent = True Caption = 'hlPurchase' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False OnClick = hlGetSupportClick end object Panel1: TPanel Left = 138 Top = 43 Width = 329 Height = 1 BevelOuter = bvNone Color = 10777688 ParentBackground = False TabOrder = 0 end object btnRegisterNow: TButton Left = 144 Top = 116 Width = 105 Height = 25 Caption = 'Register Now!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = btnRegisterNowClick end object mmRegistrationStatus: TMemo Left = 144 Top = 56 Width = 321 Height = 53 TabStop = False BevelInner = bvNone BevelOuter = bvNone BorderStyle = bsNone Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Lines.Strings = ( 'This copy is unregistered.') ParentFont = False ReadOnly = True TabOrder = 2 end object Panel2: TPanel Left = 8 Top = 8 Width = 121 Height = 285 BevelOuter = bvLowered TabOrder = 3 object imgAbout: TImage Left = 1 Top = 1 Width = 119 Height = 283 Align = alClient end end object btnClose: TButton Left = 384 Top = 312 Width = 83 Height = 25 Cancel = True Caption = 'Close' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 4 end end